home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
research
/
lib
/
obsolete
/
hist_equal_ct.pro
< prev
next >
Wrap
Text File
|
1997-07-08
|
700b
|
30 lines
; $Id: hist_equal_ct.pro,v 1.2 1997/01/15 04:02:19 ali Exp $
;
; Copyright (c) 1992-1997, Research Systems, Inc. All rights reserved.
; Unauthorized reproduction prohibited.
pro hist_equal_ct, image
;+NODOCUMENT
;+
; NAME:
; HIST_EQUAL_CT
;
; PURPOSE:
; The HIST_EQUAL_CT procedure has been renamed H_EQ_CT for
; compatibility with operating systems with short filenames
; (i.e. MS DOS). HIST_EQUAL_CT remains as a wrapper that calls
; the new version. See the documentation of H_EQ_CT for information.
; Histogram-equalize the color tables for an image or a region
; of the display.
;
; CATEGORY:
; Image processing.
;
; MODIFICATION HISTORY:
; AB, 21 September 1992
;-
H_EQ_CT, image
end